home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / programr / vbasic / generic.exe / GENER.RC < prev    next >
Text File  |  1993-04-23  |  1KB  |  24 lines

  1. //---------------------------------------------------------------------------
  2. //        Copyright (C) 1993, Microsoft Corporation
  3. //
  4. // You have a royalty-free right to use, modify, reproduce and distribute
  5. // the Sample Custom Control Files (and/or any modified version) in any way
  6. // you find useful, provided that you agree that Microsoft has no warranty,
  7. // obligation or liability for any Custom Control File.
  8. //---------------------------------------------------------------------------
  9. // gener.rc
  10. //---------------------------------------------------------------------------
  11.  
  12. #include "gener.h"
  13. #include "..\vbx.rcv"
  14.  
  15.  
  16. //---------------------------------------------------------------------------
  17. // Control resources for CIRCLE control model
  18. //---------------------------------------------------------------------------
  19. IDBMP_GENERIC_UP       BITMAP  DISCARDABLE "genercu.bmp"
  20. IDBMP_GENERIC_DOWN     BITMAP  DISCARDABLE "genercd.bmp"
  21. IDBMP_GENERIC_MONO     BITMAP  DISCARDABLE "genermu.bmp"
  22. IDBMP_GENERIC_EGA      BITMAP  DISCARDABLE "genereu.bmp"
  23. 
  24.